home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 418_02 / rasmol2 / bitmaps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-02  |  3.4 KB  |  62 lines

  1. #define icon_width 48
  2. #define icon_height 48
  3. static unsigned char icon_bits[] = {
  4.  0x00,0x00,0xf0,0x03,0x00,0x00,0x00,0x00,0x08,0x1c,0x00,0x00,0x00,0x00,0x26,
  5.  0x21,0x00,0x00,0x00,0x00,0x13,0x10,0x00,0x00,0x00,0x80,0x0a,0xc0,0x00,0x00,
  6.  0x00,0xc0,0x00,0x00,0x01,0x00,0x00,0xc0,0x0a,0x00,0x01,0x00,0x00,0x80,0x09,
  7.  0x00,0x01,0x00,0x00,0xe0,0x0d,0x40,0x02,0x00,0x00,0xa0,0x02,0x00,0x04,0x00,
  8.  0x00,0x60,0x0d,0x80,0x03,0x00,0x00,0xb0,0x00,0x00,0x04,0x00,0x00,0xe0,0x09,
  9.  0x80,0x04,0x00,0x00,0xe0,0x02,0x00,0x02,0x00,0x00,0xe0,0x8a,0x40,0x01,0x00,
  10.  0x00,0xe0,0x5e,0x45,0x03,0x00,0x00,0xc0,0x25,0x50,0x01,0x00,0x00,0x80,0xa7,
  11.  0x92,0x02,0x00,0x00,0xc0,0xa7,0xa8,0x00,0x00,0x00,0x80,0xe3,0x8a,0x01,0x00,
  12.  0x00,0x80,0x11,0xf3,0x00,0x00,0x00,0x00,0xa9,0x29,0x00,0x00,0x00,0x80,0x79,
  13.  0xbf,0x00,0x00,0x00,0xed,0xfc,0x3f,0xaa,0x00,0x80,0xf6,0x47,0x30,0x4e,0x01,
  14.  0x60,0xc1,0x03,0x60,0x6c,0x07,0x50,0x00,0x02,0x40,0x28,0x08,0xb8,0x80,0x00,
  15.  0xe0,0x04,0x15,0x3c,0x00,0x06,0xf0,0x08,0x20,0x26,0x00,0x08,0xf0,0x09,0x68,
  16.  0x56,0x00,0x14,0xf0,0x05,0x60,0x2e,0x00,0x04,0x78,0x07,0x40,0x4a,0x00,0x90,
  17.  0x78,0x00,0x80,0x17,0xc0,0xff,0x3d,0x01,0x80,0x5f,0x80,0x00,0x7a,0x00,0xa0,
  18.  0x3f,0x41,0x00,0x68,0x01,0xc0,0xaf,0xc5,0xbf,0x3d,0x01,0x80,0x37,0x80,0xff,
  19.  0x5f,0x04,0xa0,0xd7,0x12,0x1e,0xb8,0x01,0x88,0x7e,0x80,0x10,0x70,0x28,0x61,
  20.  0x76,0x03,0x0c,0xf0,0x27,0x69,0x6c,0xef,0x0e,0xf0,0xaa,0x12,0xfc,0xb6,0x05,
  21.  0xe0,0xbb,0x2b,0x78,0x6b,0x05,0xe0,0xcb,0x2c,0xe8,0x6a,0x03,0xc0,0xdb,0x0e,
  22.  0xe0,0xd7,0x01,0x00,0xaf,0x0e,0xc0,0x7f,0x00,0x00,0xfe,0x03,0x00,0x1f,0x00,
  23.  0x00,0xfc,0x00};
  24.  
  25. static unsigned char UpArrow[] = { 
  26.                           0xff, 0xff, 0x01, 0x80, 0x81, 0x80, 0xc1, 0x81,
  27.                           0xe1, 0x83, 0xf1, 0x87, 0xf9, 0x8f, 0xfd, 0x9f,
  28.                           0xff, 0xbf, 0xf1, 0x87, 0xf1, 0x87, 0xf1, 0x87,
  29.                           0xf1, 0x87, 0x01, 0x80, 0x01, 0x80, 0xff, 0xff };
  30.  
  31. static unsigned char DnArrow[] = { 
  32.                           0xff, 0xff, 0x01, 0x80, 0x01, 0x80, 0xf1, 0x87,
  33.                           0xf1, 0x87, 0xf1, 0x87, 0xf1, 0x87, 0xff, 0xbf,
  34.                           0xfd, 0x9f, 0xf9, 0x8f, 0xf1, 0x87, 0xe1, 0x83,
  35.                           0xc1, 0x81, 0x81, 0x80, 0x01, 0x80, 0xff, 0xff };
  36.  
  37. static unsigned char LfArrow[] = { 
  38.                           0xff, 0xff, 0x01, 0x81, 0x81, 0x81, 0xc1, 0x81,
  39.                           0xe1, 0x9f, 0xf1, 0x9f, 0xf9, 0x9f, 0xfd, 0x9f,
  40.                           0xf9, 0x9f, 0xf1, 0x9f, 0xe1, 0x9f, 0xc1, 0x81,
  41.                           0x81, 0x81, 0x01, 0x81, 0x01, 0x80, 0xff, 0xff };
  42.  
  43. static unsigned char RgArrow[] = { 
  44.                           0xff, 0xff, 0x81, 0x80, 0x81, 0x81, 0x81, 0x83,
  45.                           0xf9, 0x87, 0xf9, 0x8f, 0xf9, 0x9f, 0xf9, 0xbf,
  46.                           0xf9, 0x9f, 0xf9, 0x8f, 0xf9, 0x87, 0x81, 0x83,
  47.                           0x81, 0x81, 0x81, 0x80, 0x01, 0x80, 0xff, 0xff };
  48.  
  49. static unsigned char ScrlTile[] = { 0x11, 0x00, 0x44, 0x00, 
  50.                                     0x11, 0x00, 0x44, 0x00 };
  51.  
  52. static unsigned char HGlassData[] = {
  53.    0x00, 0x00, 0xfc, 0x3f, 0x04, 0x20, 0x04, 0x20, 0x88, 0x18, 0xf0, 0x0b,
  54.    0xe0, 0x07, 0xc0, 0x03, 0x40, 0x02, 0xa0, 0x04, 0x10, 0x08, 0x88, 0x11,
  55.    0xc4, 0x23, 0xf4, 0x2f, 0xfc, 0x3f, 0x00, 0x00 };
  56.  
  57. static unsigned char HGlassMask[] = {
  58.    0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f,
  59.    0xf8, 0x1f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfe, 0x7f,
  60.    0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f };
  61.  
  62.